home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / nivel1.dxr / 02090_SALIDA MUERTE .ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  400 b   |  18 lines

  1. on exitFrame
  2.   global Primero, Punto, Niv, Sala, full_video, EnMuerte
  3.   set EnMuerte to 0
  4.   set Sala to 1
  5.   set Punto to 1
  6.   set Primero to label("Niv" & Niv & Sala) - Punto
  7.   puppetSound(0)
  8.   minimos()
  9.   activaNiveles()
  10.   set the visible of sprite 16 to 0
  11.   if full_video then
  12.     puppetTransition(0)
  13.   end if
  14.   unLoadCast("archg.avi")
  15.   preLoad(label("inicio"), label("inicio"))
  16.   go("inicio")
  17. end
  18.